object My_processDlg: TMy_processDlg Left = 313 Top = 216 BorderIcons = [] BorderStyle = bsDialog Caption = 'My_processDlg' ClientHeight = 62 ClientWidth = 291 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 8 Width = 32 Height = 13 Caption = 'Label1' end object Gauge: TW95Meter Left = 16 Top = 32 Width = 265 Percent = 90 Margin = 3 end object Language: TLanguage LangCenter = DM_Language.LangCenter ResStrings.Strings = ( '0010=Encrypting...' '0011=Decrypting...') Left = 200 end end